projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba9ce7
)
(display_text_line): Really check for just the selected window.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 20:41:31 +0000
(20:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 20:41:31 +0000
(20:41 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 97e9a68e04795f48cbcedd005d69c3faea7c808f..7e8d7152ca7e3cc2e71a7e5d4ea93ea4a78b080d 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-1729,7
+1729,7
@@
display_text_line (w, start, vpos, hpos, taboffset)
if (highlight_region && XMARKER (current_buffer->mark)->buffer != 0
/* Maybe highlight only in selected window. */
&& (highlight_nonselected_windows
- || w == XWINDOW (
FRAME_SELECTED_WINDOW (f)
)))
+ || w == XWINDOW (
selected_window
)))
{
region_beg = marker_position (current_buffer->mark);
if (PT < region_beg)